PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


DisposeThemeDrawingState

Releases the memory associated with a reference to a graphics port's drawing state.

pascal OSStatus DisposeThemeDrawingState (
                     ThemeDrawingState inState);
inState
A value of type ThemeDrawingState . Pass a value specifying the previous drawing state for the current graphics port. You may obtain this value from the outState parameter of GetThemeDrawingState .
function result
A result code; see Result Codes .
VERSION NOTES

Available with Appearance Manager 1.1 and later.

SEE ALSO

The function SetThemeDrawingState .


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)